home *** CD-ROM | disk | FTP | other *** search
- on zoomOut
- tell the stage
- zoomsOut()
- end tell
- end
-
- on zoomIn
- tell the stage
- zoomsIn()
- end tell
- end
-
- on wipeLeft
- tell the stage
- wipesLeft()
- end tell
- end
-
- on wipeRight
- tell the stage
- wipesRight()
- end tell
- end
-
- on wipeDown
- tell the stage
- wipesDown()
- end tell
- end
-
- on shade
- tell the stage
- shades()
- end tell
- end
-